From 1691a97d3bb6cea91f4546a2192d3eb9ae4e949b Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Wed, 29 Nov 2006 09:16:46 -0700 Subject: [PATCH] [IA64] remove undefined debugging line Signed-off-by: Alex Williamson --- linux-2.6-xen-sparse/arch/ia64/kernel/perfmon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-2.6-xen-sparse/arch/ia64/kernel/perfmon.c b/linux-2.6-xen-sparse/arch/ia64/kernel/perfmon.c index 35e08b5383..2d5a61865d 100644 --- a/linux-2.6-xen-sparse/arch/ia64/kernel/perfmon.c +++ b/linux-2.6-xen-sparse/arch/ia64/kernel/perfmon.c @@ -4151,7 +4151,6 @@ pfm_start(pfm_context_t *ctx, void *arg, int count, struct pt_regs *regs) int state, is_system; if (is_running_on_xen()) { - XENPERFMON_PRINTD("PFM_START\n"); if (is_xenoprof_primary()) return HYPERVISOR_perfmon_op(PFM_START, NULL, 0); return 0; -- 2.30.2